home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / qwhite.zip / SMARTDRV.TEC < prev    next >
Text File  |  1992-03-09  |  3KB  |  50 lines

  1. ID:SD SMARTDrive from Microsoft
  2. Quarterdeck Technical Note #184
  3. by Stan Young
  4. last revision:  12 February 1992
  5.  
  6.                        USING MICROSORT'S SMARTDRV.SYS
  7.  
  8. The Windows Setup procedure installs Microsoft's disk cache called 
  9. SMARTDRV.SYS.  The default size of this cache tends to be large.  Windows can 
  10. reclaim memory from this cache when it starts up, however programs that are 
  11. run outside of Windows which use expanded memory cannot do this.  If you run 
  12. programs outside of Windows which would benefit from expanded or extended 
  13. memory, you may want to consider either removing SMARTDRV.SYS entirely from 
  14. your CONFIG.SYS file, or at least reducing its size.  
  15.  
  16. SMARTDRV.SYS takes parameters to set the size of the cache, the first 
  17. parameter being the "NormalCacheSize" and the second being the 
  18. "MinimumCacheSize".  An example SMARTDrive installation might look as follows:
  19.  
  20. DEVICE=C:\WINDOWS\SMARTDRV.SYS 1024 256
  21.  
  22. In this example, SMARTDrive takes 1024K (1MB) of memory when you are not in 
  23. Windows and 256K while you are running Windows.  While it is difficult to 
  24. suggest a cache size that might be best for you, one possible suggestion might 
  25. be to use the minimum amount only.  To do this, using the example above, you 
  26. would edit the line to read:
  27.  
  28. DEVICE=C:\WINDOWS\SMARTDRV.SYS 256 256
  29.  
  30. No problems have been detected between any Quarterdeck products and this 
  31. cache, so if you feel you would benefit from disk caching, and SMARTDrive 
  32. meets your performance requirements, it should be fine to use.  As noted the 
  33. default size tends to be a bit large for users who are using programs that 
  34. benefit from expanded or extended memory, but the information above should 
  35. give you some hints on how to adjust this usage.
  36.  
  37. Only you can determine the appropriate size of the cache, depending on how 
  38. disk intensive your programs are, compared to your programs need for expanded 
  39. or extended memory.  If you are not running programs that are disk intensive, 
  40. deleting the cache entirely may make sense. 
  41.  
  42. Further information on the parameters used to control the size of SMARTDRV.SYS 
  43. can be found in the back of the Windows 3.0 manual.
  44.  
  45.   ************************************************************************
  46.   *This technical note may be copied and distributed freely as long as it*
  47.   *is distributed in its entirety and it is not distributed for profit.  *
  48.   *         Copyright (C) 1988-92 by Quarterdeck Office Systems           *
  49.   ************************ E N D   O F   F I L E *************************
  50.